home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 October / PCWorld_2006-10_cd.bin / domacnost a kancelar / winorganizer / WinOrg.exe / PluginsAndCOM / Plugins / Demo / fTree.dfm < prev    next >
Text File  |  2005-07-07  |  951b  |  49 lines

  1. object frmTree: TfrmTree
  2.   Left = 439
  3.   Top = 125
  4.   Width = 345
  5.   Height = 395
  6.   BorderWidth = 5
  7.   Caption = 'Tree of documents'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poDesktopCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object TreeView1: TTreeView
  19.     Left = 0
  20.     Top = 0
  21.     Width = 327
  22.     Height = 328
  23.     Align = alClient
  24.     HideSelection = False
  25.     Indent = 19
  26.     ReadOnly = True
  27.     TabOrder = 0
  28.   end
  29.   object Panel1: TPanel
  30.     Left = 0
  31.     Top = 328
  32.     Width = 327
  33.     Height = 30
  34.     Align = alBottom
  35.     BevelOuter = bvNone
  36.     TabOrder = 1
  37.     object Button1: TButton
  38.       Left = 0
  39.       Top = 4
  40.       Width = 75
  41.       Height = 25
  42.       Caption = 'OK'
  43.       Default = True
  44.       ModalResult = 1
  45.       TabOrder = 0
  46.     end
  47.   end
  48. end
  49.